reset cursors
Type
command
Summary
Reloads the standard set of cursors.
Syntax
reset cursors
Description
Use the reset cursors command to change the set of cursors used by LiveCode without restarting the application.
LiveCode's built-in cursors are used whenever the cursor property has not been set to a custom cursor. If you change the set of built-in cursors, you must either quit and restart the application or use the reset cursors command to begin using the new cursor shapes.
You can force LiveCode to use the system cursors with the following statements:
delete stack \"revCursors\"
reset cursors
If you use the delete stack command to remove the "revCursors" stack, LiveCode's cursors are permanently deleted and you will need to download a new cursors stack to restore them.
Examples
reset cursors
Related
command: choose, delete stack, reset paint
glossary: property, application, cursor, download, command
object: stack
property: cursor
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
Platforms
desktop
server